text/template/parse.lexOptions.emitComment (field)

3 uses

	text/template/parse (current package)
		lex.go#L131: 	emitComment bool // emit itemComment tokens.
		lex.go#L365: 	if l.options.emitComment {
		parse.go#L227: 		emitComment: t.Mode&ParseComments != 0,